@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');
/* /Font */

/* Global */

body,
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}
.title-global {
	color: #ef377f;
	font-weight: 400;
}
.color-global {
	background-color: #ef377f;
}
#footer a {
	color: #000;
	text-decoration: none;
	text-decoration-color: #000;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #000;
}
/* /Global */

/* paralax */

.parallax {
	/* The image used */
	background-image: url("../img/bg-blue.jpg");
	/* Full height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	background-color: #ef377f;
}
@media only screen and (max-width: 1366px) {
	.parallax {
		background-image: url('../img/bg-blue.jpg');
		height: 100%;
		color: #fff;
		background-color: #ef377f;
		background-repeat: repeat-y;
	}
}
/* /paralax */

/* Header */

.bg-header {
	background-image: url('../img/bg-header.jpg');
	min-height: 700px;
	color: #555761;
	background-repeat: no-repeat;
	background-position: 60% 0;
	background-color: #fff;
}

.nav-medycyna {
	font-weight: 900!important;
}
/* @media (max-width: 992px) {
	.bg-header {
		background-image: url('../img/bg-header-1440.jpg');
		min-height: 525px;
		color: #000;
		background-repeat: no-repeat;
		background-color: #fff;
	}
}
@media (max-width: 768px) {
	.bg-header {
		background-image: url('../img/bg-header-1024.jpg');
		min-height: 373px;
		color: #000;
		background-repeat: no-repeat;
		background-color: #fff;
	}
} */



.mt-n10 {
	padding-top: -50%;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	color: #000;
	text-decoration: none;
}
.header-height {
	height: 530px;
}
@media (max-width: 1200px) {
	.header-height {
		height: 450px;
	}
}
@media (max-width: 992px) {
	.header-height {
		height: 80px;
	}
}
@media (max-width: 768px) {
	.header-height {
		height: 80px;
	}
}
.section-title {
	font-weight: 400;
}
.section-title-header {
	font-weight: 400;
}
/* /Header */

/* cta all */

.cta {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #ef377f 2px;
	text-decoration: none;
	color: #ef377f;
	font-size: 18px;
}
.cta:hover {
	border: solid #ef377f 2px;
	text-decoration: none;
	background: #ef377f;
	color: #fff;
}
.cta-modal {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #ef377f 2px;
	text-decoration: none;
	color: #ef377f;
	font-size: 18px;
}
.cta2 {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #fff 2px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
.cta2:hover {
	text-decoration: none;
	background: #fff;
	color: #ef377f;
}
.cta-black {
	color: #000;
	background: none;
	padding: 12px 30px 15px 30px;
	border: solid #000 2px;
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
.cta-black:hover {
	border: solid #ef377f 2px;
	text-decoration: none;
	background: #ef377f;
	color: #fff;
}
/* /cta all */

/* pionowe hr w header */

.border-right-gradient {
	background: linear-gradient( to top, #ef377f 10%, #fff 50%, #ef377f 90%) right no-repeat;
	background-size: 1px 100%;
}
/* /pionowe hr w header */

/* btn up */

#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 10px 22px 10px 22px;
}
#myBtn:hover {
	background-color: #555;
}
/* /btn up */

/* lekarze */

.bg-lekarze {
	background-color: #ef377f;
	color: #fff;
}
.modal-header {
	color: #fff;
}
.modal-header i {
	color: #fff;
}
/* lekarze */

/* Gallery */

.galeria{
	background-color: #ecebeb;
}

.galeria a{
color: #ef377f!important;	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
color: #fff!important;
background-color: #ef377f!important;
}

.nav-pills .nav-link {
	border-radius: 0rem !important;
}
.gallery_product {
	margin-bottom: 30px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* /Gallery */

/* Blog */

.bg-header-blog {
	background: no-repeat center center;
	background-color: #868e96;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
	font-family: 'Nunito', sans-serif;
	color: #fff;
}
p.news {
	font-size: 20px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #212529;
	opacity: .5;
}
.bg-blog {
	background-color: #ef377f;
	color: #fff;
}
.bg-article-big {
	background-color: #fff;
	color: #000;
	width: 100%;
	height: 100%;
}
.black {
	color: #000;
}
.blog-img {
	height: 245px;
	background-color: #000;
}
.bg-blog-small {
	background-color: #fff;
	color: #000;
	text-align: right;
}
.blog-img-small {
	height: 100px;
	background-color: #000;
}
#footer-blog a {
	color: #fff;
	text-decoration: none;
	-webkit-text-decoration-color: #fff;
	text-decoration-color: #fff;
}
#footer-blog a:hover {
	color: #000;
	text-decoration: underline;
	-webkit-text-decoration-color: #000;
	text-decoration-color: #000;
}
/* /blog */

/* cennik */

.table-hover tbody tr:hover {
	color: #fff;
	background-color: #ef377f;
}
/* /cennik */

/* margin header text */

.pt-6 {
	margin-top: 180px !important;
}
/* wyłącza scrolla modal */

.modal-open {
	padding-right: 0 !important;
}



#uslugi a{
	text-decoration: none!important;
	font-size: 1.25rem;
	color: #000;
}

#uslugi a:hover{
	text-decoration: none!important;

}

@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	.section-title {
		font-size: 1.2rem!important;
	}

	.section-title span {
		font-size: 1.2rem!important;
	}
}